home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / nannws31.zip / EX01_CLP.PRG < prev    next >
Text File  |  1988-08-09  |  291b  |  16 lines

  1. ***********************
  2. *   Clipper to Pascal Interface ex01_clp.prg
  3. *   Compile and link with ex01_pas.obj
  4. *
  5. *   Copyright (c) 1988 Nantucket Corp.
  6. ***********************
  7.  
  8. DECLARE array[3]
  9. array[1] = "Devorah"
  10. array[2] = 456
  11. array[3] = CTOD("09/01/87")
  12.  
  13. ? ArrFunc(array)
  14.  
  15.  
  16.